<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'roboto-regular';
  src: url(../fonts/roboto-regular.ttf) format('truetype'), url(../fonts/roboto-regular.eot) format('eot'), url(../fonts/roboto-regular.woff) format('woff'), url(../fonts/roboto-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'roboto-bold';
  src: url(../fonts/roboto-bold.ttf) format('truetype'), url(../fonts/roboto-bold.eot) format('eot'), url(../fonts/roboto-bold.woff) format('woff'), url(../fonts/roboto-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYB';
  src: url(../fonts/AGENCYB.ttf) format('truetype'), url(../fonts/AGENCYB.eot) format('eot'), url(../fonts/AGENCYB.woff) format('woff'), url(../fonts/AGENCYB.woff2) format('woff2');
}
body {
  font-family: 'roboto-regular';
  font-weight: 300;
  padding-top: 114px;
}
body.active {
  padding-top: 74px;
}
body.active #header {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1230px;
}
.sub-pro {
  line-height: 1;
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 0;
  overflow: hidden;
  background-color: white;
}
.sub-pro .box {
  padding: 24px 40px;
  padding-top: 16px;
  position: relative;
  border-top: 1px solid black;
}
.sub-pro .box ul li {
  width: 25%;
  height: 32px;
  padding: 0 18px;
  margin-top: 28px;
}
.sub-pro .box ul li a {
  color: #2d383f;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
}
.sub-pro .box ul li a:hover {
  color: #004b8d;
  text-decoration: underline;
}
.nav li:hover .sub-pro {
  max-height: 1000px;
  -moz-transition: max-height 0.5s 0.06s ease-in;
  transition: max-height 0.5s 0.06s ease-in;
  -webkit-transition: max-height 0.5s 0.06s ease-in;
}
#header {
  box-shadow: 0 0px 10px rgba(0,0,0,.3);
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .h-top {
  position: relative;
  z-index: 10;
  text-align: right;
  line-height: 40px;
  height: 40px;
  background: #1363b4;
}
#header .h-top .ui.menu &gt; ul {
  font-size: 16px;
  color: white;
}
#header .h-top .ui.menu &gt; ul li {
  display: inline-block;
  margin-left: 55px;
  margin-top: -1px;
  position: relative;
}
#header .h-top .ui.menu &gt; ul li:first-child {
  margin-left: 0;
}
#header .h-top .ui.menu &gt; ul li img {
  vertical-align: sub;
}
#header .h-top .ui.menu &gt; ul li &gt; ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  width: 150px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  display: none \9;
}
#header .h-top .ui.menu &gt; ul li &gt; ul.sub-menu li {
  display: block;
  color: black;
  margin-left: 0;
  font-size: 16px;
}
#header .h-top .ui.menu &gt; ul li &gt; ul.sub-menu li:hover {
  background-color: #1363b4;
  color: white;
}
#header .h-top .ui.menu &gt; ul li &gt; ul.sub-menu li a {
  display: block;
  padding: 0 10px;
}
#header .h-top .ui.menu &gt; ul li:hover &gt; ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  background: white;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  position: unset;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li {
  margin: 0 45px;
  font-size: 20px;
  z-index: 100;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li &gt; a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .pro-search form {
  position: relative;
}
#header .nav .ui.menu .pro-search input[type="text"] {
  width: 184px;
  height: 27px;
  border: 1px solid #1363b4;
  font-size: 16px;
  padding-left: 18px;
  padding-right: 30px;
  border-radius: 30px;
}
#header .nav .ui.menu .pro-search input[type="submit"] {
  width: 30px;
  height: 27px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/blue-search.png) no-repeat left center;
  border: none;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none!important;
}
#banner .slick-arrow:hover {
  background-color: #2568d3;
}
#banner .slick-active .slick-arrow {
  display: inline-block!important;
}
#banner .left-btn {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .right-btn {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
  border: none;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children &gt; a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active &gt; a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  /*.inner-banner {
    display: none;
  }*/
  /*.inner-page {
    padding-top: 40px;
  }*/
}
/*#banner ul &gt; .slick-list {
  padding-right: 33%!important;
}*/
#banner ul {
  margin: -5px;
}
#banner ul li {
  position: relative;
  padding: 5px;
}
#banner ul li img{
  width: 100%;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 10%;
}
#banner h2 {
  font-size: 48px;
  font-weight: 700;
  color: white;
}
#banner p {
  font-size: 18px;
  font-weight: 400;
  max-width: 666px;
  margin: 25px auto;
  color: white;
}
#banner a.more {
  font-size: 18px;
  color: white;
  display: inline-block;
  line-height: 43px;
  background-color: #2568d3;
  padding: 0 40px;
  border-radius: 20px;
}
.our-product {
  background: url(../images/pro-bg.jpg) no-repeat center top;
  padding: 50px 0;
}
.our-product h2 {
  font-size: 30px;
  line-height: 1.2;
}
.our-product .box {
  margin: 40px 0;
  position: relative;
}
.our-product .box &gt; span {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #cccccc;
  line-height: 44px;
  border-radius: 50%;
  font-size: 30px;
  color: #cccccc;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.our-product .box &gt; span.left-btn {
  left: -60px;
}
.our-product .box &gt; span.right-btn {
  right: -60px;
}
.our-product .box ul {
  margin: -15px;
}
.our-product .box ul li {
  padding: 15px;
}
.our-product .box ul li a {
  border: 1px solid #c2c2c2;
}
.our-product .box ul li .name {
  font-weight: 700;
  background-color: #f4f4f4;
  color: #2569d6;
  line-height: 60px;
}
.our-product a.more {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 48px;
  padding: 0 35px;
  border-radius: 30px;
  font-weight: 700;
  display: inline-block;
  background-color: #2568d3;
  color: white;
}
.i-advantage .video {
  background: url(../images/video-bg.jpg) no-repeat center;
  background-size: cover;
  color: white;
  padding: 45px 0 70px;
}
.i-advantage .video h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 40px;
}
.i-advantage .video .play {
  width: 53px;
  height: 53px;
  line-height: 53px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  background: rgba(37, 104, 211, 0.54);
  cursor: pointer;
  cursor: hand;
}
.i-advantage .video .play img {
  vertical-align: middle;
  margin-left: 3px;
}
.i-advantage .video .play::before,
.i-advantage .video .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(37, 104, 211, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.i-advantage .video .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.i-advantage .advantage {
  padding-top: 50px;
  padding-bottom: 50px;
}
.i-advantage .advantage h2 {
  font-size: 28px;
}
.i-advantage .advantage .box {
  margin-top: 40px;
  position: relative;
}
.i-advantage .advantage .box &gt; span {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #cccccc;
  line-height: 44px;
  border-radius: 50%;
  font-size: 30px;
  color: #cccccc;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.i-advantage .advantage .box &gt; span.left-btn {
  left: -60px;
}
.i-advantage .advantage .box &gt; span.right-btn {
  right: -60px;
}
.i-advantage .advantage .box ul {
  margin: -13px;
}
.i-advantage .advantage .box ul li {
  padding: 13px;
}
.i-advantage .advantage .box ul li .content {
  text-align: left;
  padding: 20px 5px;
}
.i-advantage .advantage .box ul li .content p {
  margin: 20px 0;
}
.i-advantage .advantage .box ul li .content a.more {
  font-weight: 500;
  color: #1587e0;
}
.i-advantage .service .left {
  width: 50%;
  padding-top: 32px;
  padding-right: 33px;
}
.i-advantage .service .left .content {
  max-width: 386px;
  margin-left: auto;
  margin-top: -158px;
  padding: 50px 20px 70px;
  background-color: white;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  text-align: left;
  position: relative;
}
.i-advantage .service .left .content h2 {
  font-size: 28px;
}
.i-advantage .service .left .content p {
  margin: 10px 0;
}
.i-advantage .service .left .content a.more {
  font-size: 16px;
  font-weight: 700;
  color: #2466cf;
}
.i-advantage .service .right {
  width: 50%;
  background-color: #f3f3f3;
  padding: 32px 27px 50px;
}
.i-advantage .service .right .content {
  text-align: left;
  padding-top: 25px;
}
.i-advantage .service .right .content h2 {
  font-size: 28px;
}
.i-advantage .service .right .content p {
  margin-bottom: 25px;
}
.i-advantage .service .right .content a.more {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  background-color: #2568d3;
  line-height: 46px;
  padding: 0 45px;
  border-radius: 30px;
  color: white;
}
.i-advantage .navigation {
  padding: 75px 0;
  position: relative;
}
.i-advantage .navigation::before {
  content: url(../images/after.png);
  position: absolute;
  right: 0;
  bottom: -200px;
}
.i-advantage .navigation .box {
  background: url(../images/navigation-bg.jpg) no-repeat center;
  background-size: cover;
  height: 265px;
  color: white;
  padding: 0 50px;
}
.i-advantage .navigation .box h2 {
  padding-top: 60px;
  text-align: left;
  font-size: 36px;
  margin-bottom: 15px;
}
.i-advantage .navigation .box p {
  text-align: left;
  max-width: 60%;
}
.i-advantage .navigation .box a.more {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  background-color: #2568d3;
  line-height: 46px;
  padding: 0 45px;
  border-radius: 30px;
  color: white;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.our-news {
  background: url(../images/news-bg.jpg) no-repeat center top;
  padding: 60px 0 80px;
}
.our-news h2 {
  font-size: 36px;
}
.our-news .left {
  vertical-align: bottom;
}
.our-news .right {
  vertical-align: bottom;
}
.our-news .right ul li {
  display: inline-block;
}
.our-news .right ul li:not(:last-child) {
  margin-right: 45px;
}
.our-news .box {
  margin-top: 25px;
}
.our-news .box ul {
  margin: -18px;
}
.our-news .box ul li {
  padding: 18px;
}
.our-news .box ul li .content {
  background-color: #e8e8e8;
  padding: 35px 10px;
}
.our-news .box ul li .content h4 {
  font-size: 18px;
  font-weight: 600;
}
.our-news .box ul li .content .date {
  font-size: 17px;
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 10px;
}
.our-news .box ul li .content .date img {
  display: inline-block;
  vertical-align: text-top;
}
.our-news .box ul li .content p {
  font-size: 16px;
  margin-bottom: 15px;
}
.our-news .box ul li .content a.more {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.our-news .box ul li .content a.more:hover {
  color: #2466cf;
}
.our-news .box ul .slick-dots {
  margin: 0;
  margin-top: 25px;
  text-align: center;
}
.our-news .box ul .slick-dots li {
  padding: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #cccccc;
  border-radius: 50%;
  margin: 0 13px;
}
.our-news .box ul .slick-dots li button {
  display: none;
}
.our-news .box ul .slick-dots li.slick-active {
  background-color: #2568d3;
}
.contact-our {
  background-color: #2b2c2d;
  color: rgba(255, 255, 255, 0.7);
  padding: 55px 0 30px;
}
.contact-our ul li.column {
  width: 33.33%;
  padding: 0 50px;
}
.contact-our ul li.column i {
  min-height: 35px;
  line-height: 35px;
  display: inline-block;
}
.contact-our ul li.column i img {
  vertical-align: middle;
}
.contact-our ul li.column h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
}
.contact-our ul li.column p {
  font-size: 16px;
  margin-top: 20px;
}
#footer .footer-top {
  background-color: #202020;
  color: white;
  background-image: url(../images/foot-pro.png);
  background-repeat: no-repeat;
  background-position: left 5% center;
  padding: 60px 0 25px;
}
#footer .footer-top .fl {
  max-width: 870px;
}
#footer .footer-top .fl .warp .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-top .fl h4 {
  font-size: 17px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  min-width: 120px;
  opacity: .7;
}
#footer .footer-top .fl ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -15px;
  font-size: 0;
}
#footer .footer-top .fl ul li {
  padding: 0 15px;
  font-size: 17px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 35px;
}
#footer .footer-top .fl ul li:not(:last-child) {
  border-right: 2px solid white;
}
#footer .footer-bottom {
  background-color: #1c1c1c;
  color: white;
  padding: 20px 0;
}
#footer .footer-bottom .fl p,
#footer .footer-bottom .fl a {
  font-size: 16px;
  display: inline-block;
  line-height: 34px;
}
#footer .footer-bottom .fl img {
  max-height: 16px;
  vertical-align: middle;
}
#footer .footer-bottom .fr ul li {
  display: inline-block;
}
#footer .footer-bottom .fr ul li:not(:last-child) {
  margin-right: 15px;
}
#footer .footer-bottom .fr ul li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 2px solid white;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
}
.ewm {
  width: 145px;
  margin-left: auto;
}
.ewm p {
  font-size: 17px;
  margin-top: 10px;
}
#ewm {
  border: 5px solid white;
}
@media screen and (max-width: 1230px) {
  .ui.container {
    width: 1000px;
  }
  .our-product .box &gt; span {
    display: none;
  }
  .i-advantage .advantage .box &gt; span {
    display: none;
  }
  #header .nav .ui.menu .logo {
    width: 150px;
  }
  #header .nav .ui.menu .menu-box ul.menu &gt; li {
    font-size: 16px;
    margin: 0 30px;
  }
  /*#banner ul &gt; .slick-list {
    padding-right: 20%!important;
  }*/
  #footer .footer-top .fl {
    max-width: 700px;
  }
  #footer .footer-bottom .fl,
  #footer .footer-bottom .fr {
    float: none;
    text-align: center;
  }
  .contact-our ul li.column {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  /*#banner ul &gt; .slick-list {
    padding-right: 0!important;
  }*/
  .our-product h2 {
    font-size: 24px;
  }
  .font-18 {
    font-size: 16px;
  }
  .i-advantage .video h2 {
    font-size: 28px;
  }
  .i-advantage .advantage h2 {
    font-size: 20px;
  }
  .i-advantage .service .left .content {
    margin-top: 0;
    padding: 30px 20px 34px;
  }
  .i-advantage .service .left .content h2 {
    font-size: 20px;
  }
  .i-advantage .service .right .content h2 {
    font-size: 20px;
  }
  .i-advantage .navigation .box h2 {
    font-size: 24px;
  }
  .our-news h2 {
    font-size: 24px;
  }
  #footer .footer-top .fl {
    max-width: 100%;
  }
  #footer .footer-top .fr {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    font-size: 30px;
  }
  #banner p {
    font-size: 14px;
  }
  #banner a.more {
    font-size: 16px;
  }
  .video-box {
    display: none;
  }
  .advantage {
    display: none;
  }
  .service {
    display: none;
  }
  .i-advantage .navigation {
    padding: 0;
  }
  .i-advantage .navigation .box {
    height: auto;
    padding: 60px 0;
  }
  .i-advantage .navigation .box h2 {
    text-align: center;
    padding-top: 0;
  }
  .i-advantage .navigation .box p {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .i-advantage .fl,
  .i-advantage .fr {
    float: none;
  }
  .our-news .left.column {
    width: 100%;
  }
  .our-news .right {
    display: none;
  }
  .contact-our {
    display: none;
  }
  #footer .footer-top {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #banner .content {
    padding-top: 5%;
  }
  #banner h2 {
    font-size: 20px;
  }
  #banner p {
    font-size: 12px;
    margin: 10px 0;
  }
  #banner a.more {
    font-size: 12px;
    line-height: 30px;
    padding: 0 20px;
  }
  .font-18 {
    font-size: 14px;
  }
  .our-product a.more {
    font-size: 12px;
    line-height: 30px;
    padding: 0 20px;
  }
  .i-advantage .navigation .box a.more {
    font-size: 12px;
    line-height: 30px;
    padding: 0 20px;
  }
  .our-news .box ul li .content p {
    font-size: 14px;
  }
  .our-news .box ul li .content a.more {
    font-size: 14px;
  }
}
.inner-banner {
  height: 400px;
  background-image: url(../images/inner-banner.jpg);
  background-position: center top;
  position: relative;
  background-attachment: fixed;
}
.inner-banner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.inner-banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
}
.inner-banner h2 {
  font-size: 40px;
  color: white;
}
.inner-banner .link{
  color: white;
}
.search-results-content {
  border-top: 1px solid silver;
}
.cm-search__button {
  position: relative;
  left: -34px;
  margin: 0 -30px 0 0;
  width: 28px;
  height: 28px;
  background: none;
  border: none;
  padding: 0;
}
.slider-bar {
  margin: 0 -10px;
}
.slider-bar .slider-left {
  width: 25%;
  padding: 0 10px;
}
.slider-bar .slider-left .search-box-container {
  padding: 20px 0;
}
.slider-bar .slider-left .search-box-container input {
  color: #2d383f;
  background-color: transparent;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #2d383f;
  font-weight: 500;
  font-size: .875em;
  line-height: 2em;
  height: 26px;
  margin-right: -22px;
}
.slider-bar .slider-left .search-box-container button {
  color: #2d383f;
  left: -6px;
}
.slider-bar .slider-left ul li {
  border-bottom: 1px solid silver;
  position: relative;
}
.slider-bar .slider-left ul li a {
  font-size: 16px;
  margin: 12px 0;
  display: block;
  position: relative;
}
.slider-bar .slider-left ul li a i {
  position: absolute;
  right: 0;
  top: 3px;
}
.slider-bar .slider-right {
  width: 75%;
  padding: 0 10px;
}
.slider-bar .slider-right .news-events-list {
  border-left: 1px solid silver;
  border-bottom: 1px solid silver;
}
.slider-bar .slider-right .news-teaser {
  margin-top: 45px;
}
.slider-bar .slider-right .news-teaser .padded-container {
  padding-left: 20px;
  padding-right: 0;
  padding-bottom: 5px;
}
.slider-bar .slider-right .news-teaser .padded-container .content {
  margin: 0 -10px;
}
.slider-bar .slider-right .news-teaser .padded-container .content .left {
  width: 58%;
  padding: 0 10px;
}
.slider-bar .slider-right .news-teaser .padded-container .content .left h3 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 4px;
}
.slider-bar .slider-right .news-teaser .padded-container .content .left .author-date {
  font-size: 14px;
  color: #909090;
}
.slider-bar .slider-right .news-teaser .padded-container .content .left .description {
  font-size: 16px;
  padding-top: 5px;
}
.slider-bar .slider-right .news-teaser .padded-container .content .left .read-more {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #00aa7e;
}
.slider-bar .slider-right .news-teaser .padded-container .content .right {
  width: 42%;
  padding: 0 10px;
}
.slider-bar .slider-right .news-teaser .business-platform {
  border-bottom: 5px solid #00aa7e;
  height: 25px;
  letter-spacing: .08em;
  color: #fff;
}
.slider-bar .slider-right .news-teaser .business-platform span {
  background-color: #00aa7e;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 25px;
  display: block;
  float: right;
  min-width: 280px;
  text-align: center;
}
.btn {
  height: 50px;
  width: 280px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  padding: 0 25px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.btn &gt; span {
  display: inline-block;
}
.btn.btn-primary {
  background-color: #1c76d2;
  border-color: #1c76d2;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #1c76d2;
  border-color: #1c76d2;
  color: #fff;
}
.btn.btn-primary .text-wrapper::after {
  border-color: #fff;
}
.btn.btn-arrow .text-wrapper {
  padding-right: 10px;
}
.btn.btn-arrow:hover .text-wrapper::after {
  -webkit-animation-name: button-arrow;
  -moz-animation-name: button-arrow;
  animation-name: button-arrow;
}
.text-wrapper {
  position: relative;
  display: table-cell;
  height: 48px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}
.btn-arrow .text-wrapper:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  border-top: 2px solid #2d383f;
  border-right: 2px solid #2d383f;
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  animation-duration: .25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -3px;
  top: 20px;
}
@-webkit-keyframes button-arrow {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  to {
    -webkit-transform: translateX(5px) rotate(45deg);
    transform: translateX(5px) rotate(45deg);
  }
}
@-moz-keyframes button-arrow {
  0% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  to {
    -moz-transform: translateX(5px) rotate(45deg);
    transform: translateX(5px) rotate(45deg);
  }
}
@keyframes button-arrow {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  to {
    -webkit-transform: translateX(5px) rotate(45deg);
    -moz-transform: translateX(5px) rotate(45deg);
    transform: translateX(5px) rotate(45deg);
  }
}
.news-page {
  padding: 50px 0;
}
@media screen and (max-width: 1000px) {
  .slider-bar .slider-left {
    display: none;
  }
  .slider-bar .slider-right {
    width: 100%;
    padding: 0;
  }
  .slider-bar .slider-right .news-events-list {
    border: none;
  }
  .slider-bar .slider-right .news-teaser .padded-container {
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .slider-bar .slider-right .news-teaser .padded-container .content .left {
    width: 100%;
  }
  .slider-bar .slider-right .news-teaser .padded-container .content .right {
    display: none;
  }
}
.about-page strong {
  font-weight: 500;
}
.about-page h2 {
  font-size: 40px;
  margin-bottom: 38px;
}
.about-page .p1 {
  font-size: 16px;
}
.about-page .about-1 {
  padding: 40px 0;
}
.about-page .about-1 .p1 {
  font-size: 24px;
}
.about-page .about-1 .box {
  width: 83%;
  margin: 0 auto;
}
.about-page .about-2 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.about-page .about-2 .content {
  height: 557px;
  overflow: hidden;
  position: relative;
  background: url(/wnjspringmachine/2021/12/28/about-1.jpg) no-repeat center top;
  color: #fff;
}
.about-page .about-2 .content::after {
  content: "";
  display: block;
  background-color: rgb(0 0 0 / 37%);
  opacity: .5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about-page .about-2 .box {
  height: 325px;
  padding: 0 8%;
  position: relative;
  z-index: 1;
}
.about-page .about-2 h2 {
  font-size: 40px;
  padding-top: 43px;
  margin-bottom: 17px;
  max-width: 58%;
}
.about-page .about-2 .p1 {
  max-width: 58%;
}
.about-page .about-2 .btn {
  display: inline-block;
}
.about-page .about-2 .cta-buttons {
  position: relative;
  margin: 7px 0 0;
  height: 50px;
  overflow: hidden;
}
.about-page .about-2 .cta-buttons a &gt; span {
  display: inline-block;
}
.about-page .about-2 .cta-buttons a.btn-arrow .text-wrapper {
  padding-right: 10px;
}
.about-page .about-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-page .about-3 ul {
  margin: 0 -15px;
}
.about-page .about-3 ul li {
  font-size: 16px;
  width: 25%;
  padding: 0 15px;
  height: 320px;
  max-height: 320px;
  position: relative;
  margin-bottom: 10px;
}
.about-page .about-3 ul li a {
  color: #2d383f;
  display: block;
  background-color: #f0f0f0;
  height: 100%;
  overflow: hidden;
  padding-top: 60px;
}
.about-page .about-3 ul li a .content {
  padding-left: 15px;
  padding-right: 15px;
}
.about-page .about-3 ul li a::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-color: transparent;
  border-top: 3px solid #c4ced1;
  border-right: 3px solid #c4ced1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 25px;
  left: 45%;
}
.about-page .about-3 ul li a:hover {
  background-color: #004b8d;
  color: #fff;
  cursor: pointer;
}
.about-page .about-3 ul li a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.about-page .about-3 ul li h3 {
  font-size: 1.375em;
  font-weight: 400;
  margin-bottom: 10px;
}
.culture-page strong {
  font-weight: 500;
}
.culture-page h2 {
  font-size: 40px;
  margin-bottom: 25px;
}
.culture-page .p1 {
  font-size: 16px;
}
.culture-page .C010-big-feature-image-left p,
.culture-page .C011-big-feature-image-right p,
.culture-page .C045-big-feature-image-left p,
.culture-page .C046-big-feature-image-right p {
  margin-bottom: 20px;
}
.culture-page .C063-utility-belt ul li {
  width: 33.33%;
}
.culture-page .C048-app-tiles ul {
  margin: 0 -10px;
}
.culture-page .C048-app-tiles ul li {
  width: 50%;
}
.solution-page strong {
  font-weight: 500;
}
.solution-page h2 {
  font-size: 40px;
  margin-bottom: 25px;
}
.solution-page .p1 {
  font-size: 16px;
  /*margin-top: -40px;*/
}
.solution-page .jump-nav .navbar-wrapper.active .navbar {
  position: fixed;
  top: 74px;
}
.solution-page #section2 ul {
  margin: -10px;
}
.solution-page #section2 ul li {
  padding: 10px;
  width: 50%;
}
.solution-page #section2 ul li .visual-nav-box {
  background-color: #f0f0f0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  height: 100%;
  min-height: 15.5rem;
}
.solution-page #section2 ul li .visual-nav-box img {
  -o-object-fit: cover;
  object-fit: cover;
}
.solution-page #section2 ul li .visual-nav-box &gt; a {
  color: #2d383f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  height: 100%;
  min-width: 100%;
}
.solution-page #section2 ul li .visual-nav-box .image-container {
  position: relative;
  overflow: hidden;
  width: 50%;
}
.solution-page #section2 ul li .visual-nav-box .content {
  min-width: 50%;
  float: left;
  min-height: 15.5rem;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.solution-page #section3 {
  position: relative;
  padding-bottom: 75px;
  padding-top: 40px;
}
.solution-page #section3 h3 {
  font-size: 1.5em;
  line-height: 1.526em;
  padding-bottom: 20px;
}
.solution-page #section3 .img {
  width: 50%;
  padding-right: 60px;
}
.solution-page #section3 .content {
  width: 50%;
}
.solution-page #section3 .list {
  padding: 0 80px;
  position: relative;
}
.solution-page #section3 .list &gt; span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.solution-page #section3 .list &gt; span.left-btn {
  left: 0;
}
.solution-page #section3 .list &gt; span.right-btn {
  right: 0;
}
.solution-page #section3 .list ul.carousel-inner {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.solution-page #section3 .list ul.carousel-inner li.item {
  padding: 20px 45px 45px;
  height: 475px;
  overflow: hidden;
}
.solution-page #section3 .list ul.carousel-inner li.item .p3 {
  font-size: 1em;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 20px;
}
.solution-page #section3 .list ul.carousel-inner .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.solution-page #section3 .list ul.carousel-inner .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #cecece;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000\9;
  background-color: transparent;
}
.solution-page #section3 .list ul.carousel-inner .slick-dots li button {
  display: none;
}
.solution-page #section3 .list ul.carousel-inner .slick-dots li.slick-active {
  background-color: #00aa7e;
  border-color: #00aa7e;
  width: 10px;
  height: 10px;
}
.solution-page .C009-latest-news ul {
  margin: -10px;
}
.solution-page .C009-latest-news ul li {
  width: 33.33%;
  padding: 10px;
}
.VN009-featured-visual-nav .visual-nav-box .image-container,
.VN010-featured-visual-nav-with-banner .visual-nav-box .image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  height: 15.5rem;
  min-height: 100%;
  min-width: 50%;
  max-width: 50%;
  float: left;
  background-color: #f0f0f0;
  position: relative;
  overflow: hidden;
}
.VN009-featured-visual-nav h4,
.VN010-featured-visual-nav-with-banner h4 {
  font-size: 22px;
  margin: 16px 0;
  max-height: 8rem;
  overflow: hidden;
}
.C010-big-feature-image-left,
.C011-big-feature-image-right,
.C045-big-feature-image-left,
.C046-big-feature-image-right {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.C010-big-feature-image-left .image-container,
.C011-big-feature-image-right .image-container,
.C045-big-feature-image-left .image-container,
.C046-big-feature-image-right .image-container {
  position: relative;
  overflow: hidden;
}
.C010-big-feature-image-left img,
.C011-big-feature-image-right img,
.C045-big-feature-image-left img,
.C046-big-feature-image-right img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.C010-big-feature-image-left div.content,
.C011-big-feature-image-right div.content,
.C045-big-feature-image-left div.content,
.C046-big-feature-image-right div.content {
  text-align: left;
}
.C010-big-feature-image-left div.content,
.C011-big-feature-image-right div.content {
  padding-top: 20px;
}
.C010-big-feature-image-left .image-container:before,
.C011-big-feature-image-right .image-container:before,
.C045-big-feature-image-left .image-container:before,
.C046-big-feature-image-right .image-container:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.rte--list {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 1rem;
  margin-left: 2rem;
  padding: 0;
}
.rte--list li {
  margin-top: 0.5rem;
  list-style-type: disc;
}
.C010-big-feature-image-left .video,
.C011-big-feature-image-right .video,
.C045-big-feature-image-left .video,
.C046-big-feature-image-right .video {
  position: relative;
}
.C010-big-feature-image-left .image-container:before,
.C011-big-feature-image-right .image-container:before,
.C045-big-feature-image-left .image-container:before,
.C046-big-feature-image-right .image-container:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.cm-media--responsive {
  vertical-align: middle;
  width: 100%;
}
.cm-play-button,
.cm-play-button:hover {
  -webkit-transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.cm-teasable__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.play-button {
  height: 88px;
  width: 88px;
}
.play-button-circle:before {
  content: "";
  border-radius: 50%;
  height: 88px;
  width: 88px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  animation-duration: .25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: 50%;
  margin-left: -50%;
}
.play-button-circle:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  left: 37px;
  top: 31px;
}
.C004-home-ending-story {
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #fff;
  height: 475px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.C004-home-ending-story .image-container {
  position: relative;
  overflow: hidden;
}
.C004-home-ending-story .image-container:before {
  display: block;
  padding-top: 133.333333333%;
  content: "";
}
.cm-teasable__picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.padded-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.C004-home-ending-story .padded-container {
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  max-width: 1200px;
}
.c004-content-wrapper {
  width: 50%;
}
.C004-home-ending-story h3 {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 40px;
}
.image-dimmer:after {
  content: "";
  display: block;
  background-color: #000;
  opacity: .5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.C007-compelling-story {
  padding-top: 50px;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}
.C007-compelling-story .image-container {
  position: relative;
  overflow: hidden;
}
.C007-compelling-story .image-container:before {
  display: block;
  padding-top: 133.333333333%;
  content: "";
}
.C007-compelling-story img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.C007-compelling-story .overlay {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
}
.C007-compelling-story .padded-container {
  padding-top: 20px;
  padding-bottom: 25px;
  text-align: left;
}
.C007-compelling-story h2 {
  margin-bottom: 10px;
}
.C063-utility-belt {
  padding-top: 25px;
  overflow: hidden;
}
.C063-utility-belt .utility-belt-item {
  display: inline-block;
  font-size: 16px;
  float: none;
  vertical-align: top;
  margin-top: 25px;
  margin-bottom: 25px;
}
.arrow-right-link {
  text-transform: uppercase;
  color: #00aa7e;
  font-weight: 600;
}
.arrow-right-link:after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-left: 6px;
  border-top: 2px solid #00aa7e;
  border-right: 2px solid #00aa7e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.C063-utility-belt a {
  margin: 0 25px;
  display: block;
}
.C063-utility-belt .utility-belt-item .arrow-right-link {
  font-size: 12px;
}
.C063-utility-belt .image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 220px;
  height: 120px;
  margin: 0 auto 24px;
}
.C063-utility-belt .image-wrapper img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 100%;
  max-height: 100%;
}
.C063-utility-belt .utility-belt-item .content-text {
  margin-bottom: 16px;
  max-height: 63px;
  overflow: hidden;
}
.C063-utility-belt p {
  font-weight: 300;
  text-align: center;
  padding: 0 20px;
  font-size: 1.125em;
  line-height: 1.3333333333em;
  font-size: 16px;
}
.C033-centered-featured-copy {
  padding-top: 19px;
  padding-bottom: 8px;
  text-align: center;
}
.C048-app-tiles {
  padding-top: 50px;
  padding-bottom: 40px;
}
.C047-app-tile {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 17px 30px;
}
.C048-app-tiles ul &gt; li {
  padding: 0 10px;
}
.C047-app-tile h3 {
  font-weight: 500;
  font-size: .75em;
  margin-bottom: 5px;
}
.navbar {
  position: relative;
  min-height: auto;
  margin-bottom: 0;
  border: 1px solid transparent;
}
.C009-latest-news {
  padding: 25px 0;
}
.C009-latest-news .news-article {
  margin-top: 25px;
  -webkit-box-shadow: 0 0 4px rgba(45, 56, 63, 0.1);
  box-shadow: 0 0 4px rgba(45, 56, 63, 0.1);
  background-color: #fff;
  position: relative;
}
.C009-latest-news .news-article-image-container {
  overflow: hidden;
  min-height: 25px;
  position: relative;
}
.C009-latest-news .image-container {
  position: relative;
  overflow: hidden;
}
.C009-latest-news .content {
  overflow: hidden;
  padding: 20px 20px 0;
  font-size: 1em;
}
.C009-latest-news .content h4 {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.625em;
}
.C009-latest-news .bottom {
  width: 100%;
  font-size: .75em;
  padding: 20px;
}
.C009-latest-news .bottom .date {
  float: left;
  font-weight: 500;
  color: silver;
}
.C009-latest-news .bottom a {
  float: right;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.btn.btn-tertiary {
  background-color: #c4ced1;
  border-color: #c4ced1;
  color: #2d383f;
}
@media (min-width: 767px) {
  .C010-big-feature-image-left,
  .C011-big-feature-image-right,
  .C045-big-feature-image-left,
  .C046-big-feature-image-right {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .C010-big-feature-image-left .image-container,
  .C011-big-feature-image-right .image-container,
  .C045-big-feature-image-left .image-container,
  .C046-big-feature-image-right .image-container {
    width: 43%;
    max-width: 550px;
    overflow: hidden;
  }
  .C010-big-feature-image-left .image-container,
  .C010-big-feature-image-left .video,
  .C011-big-feature-image-right div.content,
  .C045-big-feature-image-left .image-container,
  .C045-big-feature-image-left .video,
  .C046-big-feature-image-right div.content {
    float: left;
  }
  .C010-big-feature-image-left .image-container,
  .C011-big-feature-image-right .image-container {
    position: relative;
    overflow: hidden;
  }
  .C010-big-feature-image-left div.content,
  .C011-big-feature-image-right div.content,
  .C045-big-feature-image-left div.content,
  .C046-big-feature-image-right div.content {
    width: 50%;
  }
  .C010-big-feature-image-left div.content,
  .C045-big-feature-image-left div.content {
    float: right;
  }
  .C010-big-feature-image-left .image-container:before,
  .C011-big-feature-image-right .image-container:before {
    display: block;
    padding-top: 133.333333333%;
    content: "";
  }
  .C010-big-feature-image-left .video,
  .C011-big-feature-image-right .video,
  .C045-big-feature-image-left .video,
  .C046-big-feature-image-right .video {
    width: 43%;
    max-width: 550px;
  }
  .C010-big-feature-image-left .video .image-container,
  .C011-big-feature-image-right .video .image-container,
  .C045-big-feature-image-left .video .image-container,
  .C046-big-feature-image-right .video .image-container {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .C011-big-feature-image-right .image-container,
  .C011-big-feature-image-right .video,
  .C046-big-feature-image-right .image-container,
  .C046-big-feature-image-right .video {
    float: right;
  }
  .C004-home-ending-story {
    height: 425px;
  }
  .C004-home-ending-story .image-container:before {
    display: block;
    padding-top: 56.25%;
    content: "";
  }
  .C004-home-ending-story h3 {
    margin-top: 130px;
    font-size: 40px;
  }
  .C063-utility-belt {
    padding-top: 45px;
  }
  .C063-utility-belt .utility-belt-item {
    margin-top: 45px;
    margin-bottom: 35px;
  }
  .C033-centered-featured-copy {
    padding-top: 42px;
    padding-bottom: 33px;
  }
  .C048-app-tiles {
    padding-bottom: 38px;
  }
  .C048-app-tiles ul &gt; li {
    display: table-cell;
    height: 100%;
    float: none;
    padding-bottom: 12px;
  }
  .C047-app-tile {
    padding: 28px 47px 19px;
  }
  .C048-app-tiles ul &gt; li &gt; div {
    height: 100%;
    display: inline-table;
    width: 100%;
  }
  .C047-app-tile h3 {
    font-weight: 600;
  }
  .C007-compelling-story .image-container:before {
    display: block;
    padding-top: 56.25%;
    content: "";
  }
  .jump-nav .navbar-wrapper {
    height: 75px;
  }
  .jump-nav .navbar {
    background-color: #3486db;
    z-index: 16;
    letter-spacing: .08em;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .75em;
    border: 0;
    height: 75px;
    overflow: hidden;
  }
  .jump-nav .navbar-nav {
    float: none;
    position: relative;
  }
  .jump-nav .navbar-nav li {
    max-width: 280px;
    height: 75px;
    text-align: center;
    float: left;
    position: relative;
  }
  .jump-nav .navbar-nav li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background-color: transparent;
  }
  .jump-nav .navbar-nav li.active::after {
    background-color: white;
  }
  .jump-nav .navbar a {
    color: #fff;
    padding: 0 15px;
    line-height: 75px;
    height: 75px;
    -webkit-transition: background-color 0.35s linear;
    -moz-transition: background-color 0.35s linear;
    transition: background-color 0.35s linear;
  }
  .jump-nav .navbar span {
    vertical-align: middle;
    display: inline-block;
    line-height: 1.25em;
  }
  .jump-nav .navbar-nav hr {
    max-width: 280px;
    height: 5px;
    margin: 0;
    background: #fff;
    border: none;
    -webkit-transition-property: margin;
    -moz-transition-property: margin;
    transition-property: margin;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    position: absolute;
    top: 70px;
    left: 0;
    visibility: hidden;
  }
  .VN009-featured-visual-nav .visual-nav-box h4,
  .VN010-featured-visual-nav-with-banner .visual-nav-box h4 {
    font-size: 16px;
    line-height: 1.375em;
  }
  .C009-latest-news {
    padding: 50px 0;
  }
  .C009-latest-news .news-article {
    padding-bottom: 65px;
    height: 490px;
  }
  .C009-latest-news .content {
    height: 315px;
  }
  .C009-latest-news .content h4 {
    height: 40%;
  }
  .C009-latest-news .bottom {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 900px) {
  .C009-latest-news .news-article {
    height: 480px;
  }
  .C009-latest-news .content {
    height: 300px;
  }
}
@media (min-width: 1280px) {
  .C010-big-feature-image-left,
  .C011-big-feature-image-right,
  .C045-big-feature-image-left,
  .C046-big-feature-image-right {
    margin: 0 auto;
  }
  .C010-big-feature-image-left .big-feature-inner,
  .C011-big-feature-image-right .big-feature-inner,
  .C045-big-feature-image-left .big-feature-inner,
  .C046-big-feature-image-right .big-feature-inner {
    max-width: 1280px;
    overflow: hidden;
    margin: 0 auto;
  }
  .C010-big-feature-image-left .big-feature-inner,
  .C011-big-feature-image-right .big-feature-inner {
    height: 675px;
  }
  .C010-big-feature-image-left div.content,
  .C011-big-feature-image-right div.content {
    padding-top: 120px;
  }
  .C004-home-ending-story {
    height: 504px;
  }
  .C004-home-ending-story h3 {
    margin-top: 200px;
    font-size: 40px;
  }
  .C007-compelling-story {
    max-height: 510px;
  }
  .C007-compelling-story .overlay {
    height: 175px;
  }
  .C007-compelling-story .padded-container {
    padding-top: 25px;
  }
  .C007-compelling-story .content {
    float: left;
    max-width: 60%;
  }
  .C007-compelling-story .cta-buttons {
    float: right;
  }
  .C033-centered-featured-copy {
    padding-top: 41px;
  }
  .C048-app-tiles {
    padding-bottom: 30px;
  }
  .C048-app-tiles ul &gt; li {
    padding-bottom: 20px;
  }
  .C047-app-tile .description,
  .C047-app-tile h3 {
    font-size: 1.5em;
  }
  .navbar {
    border-radius: 0;
  }
  .VN009-featured-visual-nav .visual-nav-box h4,
  .VN010-featured-visual-nav-with-banner .visual-nav-box h4 {
    line-height: 1.4762em;
    font-size: 22px;
  }
  .C009-latest-news .news-article {
    height: 500px;
  }
  .C009-latest-news .content {
    height: 250px;
  }
}
@media (min-width: 767px) and (max-width: 1279px) {
  .padded-container {
    padding-right: 3.90625%;
    padding-left: 3.90625%;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .p1 {
    font-size: 18px;
  }
  .about-page .about-3 ul li {
    width: 50%;
  }
  .culture-page h2 {
    font-size: 24px;
  }
  .solution-page h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .jump-nav .navbar-wrapper {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .about-page .about-2 .cta-buttons {
    position: relative;
    margin: 7px 0 0;
    float: none;
  }
  .about-page .about-2 .p1 {
    float: none;
    max-width: 100%;
  }
  .about-page .about-2 h2 {
    max-width: 100%;
  }
  .solution-page #section3 .list &gt; span {
    display: none;
  }
  .solution-page #section3 .list {
    padding: 0;
  }
  .solution-page #section3 .img {
    width: 100%;
    padding-right: 0;
  }
  .solution-page #section3 .content {
    width: 100%;
  }
  .solution-page #section3 .list ul.carousel-inner li.item {
    height: 100%;
    padding: 0;
  }
  .solution-page #section3 .content {
    padding: 0 10px 10px;
  }
  .solution-page #section3 .list ul.carousel-inner li.item .p3 {
    display: none;
  }
  .solution-page #section3 h3 {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .about-page .about-1 .box {
    width: 100%;
  }
  .about-page .about-2 .content {
    height: 625px;
  }
  .about-page .about-2 .cta-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .about-page .about-2 .btn {
    display: block;
    margin: 0 auto;
  }
  .about-page h2 {
    font-size: 28px;
  }
  .padded-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .C010-big-feature-image-left div.content,
  .C011-big-feature-image-right div.content,
  .C045-big-feature-image-left div.content,
  .C046-big-feature-image-right div.content {
    padding-top: 20px;
  }
  .about-page .about-2 h2 {
    font-size: 25px;
  }
  .about-page .about-2 h2 {
    padding-top: 20px;
  }
  .c004-content-wrapper {
    width: 100%;
  }
  .C004-home-ending-story .btn {
    display: block;
    width: 100%;
    max-width: none;
    padding: 0 6px;
  }
  .C007-compelling-story {
    min-height: 375px;
  }
  .about-page .about-3 ul li {
    width: 100%;
  }
  .about-page .about-3 ul li a .content {
    text-align: left;
    padding-left: 20px;
    padding-right: 45px;
  }
  .about-page .about-3 ul li {
    height: 175px;
    max-height: 175px;
  }
  .about-page .about-3 ul li a {
    padding-top: 8px;
  }
  .about-page .about-3 ul li a::after {
    top: 45%;
    right: 25px;
    left: auto;
  }
  .culture-page .C063-utility-belt ul li {
    width: 100%;
  }
  .culture-page .C048-app-tiles ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .solution-page #section2 ul li {
    width: 100%;
  }
  .solution-page #section2 ul li .visual-nav-box .image-container {
    max-width: 150px;
    min-width: 150px;
  }
  .solution-page .C009-latest-news ul li {
    width: 100%;
  }
}



/* è”ç³»æˆ‘ä»¬ */
.contact-1 {
  background-color: #f8f8f8;
  overflow: hidden;
}
.contact-1 .box {
  padding: 90px 0;
}
.contact-1 ul {
  margin: -35px -65px;
}
.contact-1 ul li {
  padding: 35px 65px;
}
.contact-1 .dt {
  font-size: 16px;
  float: left;
  width: 70px;
  text-align: right;
}
.contact-1 .dt span {
  padding-right: 10px;
  display: block;
  background: url(../images/line-img.jpg) no-repeat right 50%;
  max-width: 70px;
  min-height: 1px;
}
.contact-1 .dd {
  overflow: hidden;
}
.contact-1 .dd p {
  padding-left: 10px;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}

.contact-2{
  overflow: hidden;
}
.contact-2 .box {
  padding: 90px 0;
}
.contact-2 .hd {
  margin-bottom: 60px;
}
.contact-2 .hd p {
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.contact-2 ul {
  margin: -40px;
}
.contact-2 ul li {
  padding: 40px;
}

.list-visit {
  text-align: center;
}
.list-visit li img {
  margin-bottom: 15px;
  width: 80px;
}
.list-visit li h4 {
  font-size: 15px;
  color: #666;
  margin-bottom: 5px;
}
.list-visit li p {
  font-size: 13px;
  color: #999;
}
.message-form {
  background-color: #f7f7f7;
}
.message-form .box {
  padding: 90px 0;
}
.message-form .form {
  margin: 0 -10px;
  font-size: 0;
}
.message-form .form .inp-row {
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.04);
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
  height: 60px;
}
.message-form .form span {
  color: #999;
  font-size: 14px;
  float: left;
  width: 25%;
  padding-left: 20px;
  line-height: 60px;
}
.message-form .form em {
  color: #ff9000;
}
.message-form .form .inp {
  overflow: hidden;
  width: auto;
}
.message-form .form .inp-row input {
  height: 40px;
  margin-top: 10px;
  border: none;
}
.message-form .form .inp_control {
  background-color: #FAFAFA;
}
.message-form .form .left {
  padding: 0 10px;
  width: 41%;
  display: inline-block;
  vertical-align: top;
}
.message-form .form .right {
  padding: 0 10px;
  width: 59%;
  display: inline-block;
  vertical-align: top;
}
.message-form .form .right .inp-r2{
  position: relative;
  padding: 0;
}
.message-form .form .right .inp-r2 a{
  position: absolute;
  right: 0;
  top: 14px;
}
.message-form .form .right .inp-r2 a img{
  width: 122px;
  height: 31px;
}
.message-form .form .right .inp-r1 {
  height: auto;
  padding: 0 25px 25px 25px;
}
.message-form .form .right .inp-r1 span {
  display: block;
  float: none;
  padding: 0;
}
.message-form .form .right textarea {
  height: 183px;
  width: 100%;
  border: none;
  resize: none;
  padding-left: 20px;
  background-color: #FAFAFA;
  font-size: 14px;
}

.inp_control {
  display: block;
  width: 100%;
  height: 28px;
  *height: 18px;
  padding: 7px 8px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.btn-k2 {
  display: inline-block;
  color: #fff;
  border: none;
  background-color: #2a97d5;
  font-size: 16px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  width: 160px;
  cursor: pointer;
}
.t-p5 {
    text-align: center;
    margin-bottom: 30px;
}
.t-p5 h3 {
    font-size: 26px;
}
.t-p6 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
}

@media screen and (max-width: 1000px){
  .message-form .form .left{
    width: 100%;
  }
  .message-form .form .right{
    width: 100%;
  }

  .message-form .form .right textarea{
    height: 100px;
  }
}

@media screen and (max-width: 700px){
  .message-form .form .right .inp-r2{
    width: 100%;
  }

}


.product-page {
  padding: 40px 0;
}
.product-page .product-list ul {
  margin: -10px;
}
.product-page .product-list ul li {
  padding: 10px;
}
.product-page .product-list ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.product-page .product-list ul li .box a.img-box {
  display: block;
}
.product-page .product-list ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.product-page .product-list ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #111;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .product-list ul li .box .content h3:hover {
  color: #1363b4;
}
.product-page .product-list ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #1363b4;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
}
.product-page .product-list ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-page .product-list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  margin-top: 20px;
  border: 1px solid #1363b4;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #1363b4;
}
.product-page .product-list ul li .box .content a.more i {
  margin-left: 5px;
}
.product-page .product-list ul li .box .content a.more:hover {
  color: white;
  background: #1363b4;
}

.prodet-page {
  padding: 70px 0;
}
.prodet-page .product-box .prodet-1 .left {
  width: 60%;
}
.prodet-page .product-box .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 15px;
  width: 40%;
}
.prodet-page .product-box .prodet-1 .right h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: #1363b4;
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  color: #1363b4;
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  height: 32px;
  background: #1363b4;
  color: white;
  padding: 0 25px;
  font-size: 14px;
  margin-top: 10px;
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #f8f8f8;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #3d474a;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: #1363b4;
  font-size: 17px;
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
  font-size: 16px;
}
.prodet-page .product-box .prodet-2 .ret table {
  margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
  border: 1px solid #eee;
  font-size: 14px;
}
.prodet-page .product-box .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
  background: #f9f9f9;
}
.prodet-page .product-box .prodet-3 h3.title {
  font-size: 24px;
  margin-bottom: 20px;
}
.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #111;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: #1363b4;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #1363b4;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #1363b4;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #1363b4;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: #1363b4;
}


@media screen and (max-width: 500px){
  .prodet-page .product-box .prodet-1 .left{
    width: 100%;
  }
  .prodet-page .product-box .prodet-1 .right{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

.newdet-page {
  padding: 70px 0;
}
.newdet-page .news-content h3.title {
  font-size: 24px;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #1363b4 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #1363b4;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
}
.newdet-page .news-content .content p {
  padding: 5px 0;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #1363b4;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #1363b4;
  text-decoration: underline;
}


.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  background: #edeff2;
}
.faq-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.faq-page .faq-1 .search input {
  width: 100%;
  border: medium none;
  color: #111;
  left: 0;
  padding: 0 70px 0 15px;
  border-radius: 30px;
  background: white;
  display: block;
  line-height: 50px;
  height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  line-height: 50px;
  height: 50px;
  color: #1363b4;
}
.faq-page .faq-1 p {
  max-width: 770px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
}
.faq-page .faq-2 {
  padding: 70px 0;
}
.faq-page .faq-2 .left {
  width: 66%;
  padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 15px;
  background: #f7f7f7 none repeat scroll 0 0;
  color: #111;
  border-radius: 0;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #1363b4;
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
  font-size: 17px;
  line-height: 30px;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}

@media screen and (max-width: 1000px){
  .faq-page .faq-2 .left{
    width: 100%;
    padding-right: 0;
  }

  .faq-page .faq-2 .right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .faq-page .faq-2 .left ul li h4{
    font-size: 14px;
  }

  .faq-page .faq-2 .left ul li .content{
    font-size: 12px;
    line-height: unset;
  }
}

.form-page .form ul {
  margin: -5px;
}
.form-page .form ul li {
  padding: 5px;
}
.form-page .form ul li.wid-100 {
  width: 100%;
}
.form-page .form ul li input,
.form-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
}
.form-page .form ul li input::-webkit-input-placeholder,
.form-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.form-page .form ul li input:-moz-placeholder,
.form-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.form-page .form ul li input::-moz-placeholder,
.form-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.form-page .form ul li input:-ms-input-placeholder,
.form-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
.form-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.form-page .form ul li input[type="submit"] {
  background: #1363b4;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
  text-transform: uppercase;
}
.form-page .form ul li input[type="submit"]:hover {
  background: #222;
}


.mbx_box{
  border-bottom: 1px solid #cecece;
  /*margin-bottom: 30px;*/
}
.mbx_box ul{
  text-align: left;
  display: block;
  font-size: 0px;
}
.mbx_box ul li{
  position: static;
  display: inline-block;
  color: #fff;
  width: auto;
  vertical-align: top;
}
.mbx_box ul li a{
  position: relative;
  font-size: 15px;
  height: 80px;
  line-height: 80px;
  padding: 0px 20px;
  color: #333;
  display: block;
  transition: 0.3s ease 0s;
}
.mbx_box ul li a:after{
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  display: block;
  background: #ccc;
  top: 50%;
  margin-top: -7px;
  right: 0px;
}
.mbx_box ul li a:before{
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  width: 0%;
  height: 3px;
  background-color: none;
  transition: all .3s;
}
.mbx_box ul li a:hover:before{
  width: 80%;
  left: 10%;
  background-color: #004088;
}

.single-solution .content h2{
  background-color: rgba(250, 250, 250, 1);
    border: 1px #efefef dashed;
}
.single-solution .content h2 span{
  font-size:30px;
}

.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #da251c;
  color: white;
}



#msg2 .box {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  right: 0;
  background: white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 2;
}
#msg2 .box h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
#msg2 .box i.close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
#msg2 .box i.close:after,
#msg2 .box i.close:before {
  content: '';
  width: 24px;
  height: 1px;
  display: block;
  background: black;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#msg2 .box i.close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#msg2 .box i.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#msg2 .box form ul li {
  padding-bottom: 10px;
  font-size: 12px;
}
#msg2 .box form ul li:last-child {
  padding-bottom: 0;
}
#msg2 .box form ul li input,
#msg2 .box form ul li textarea {
  width: 100%;
  line-height: 24px;
  border: 1px solid #eee;
  padding: 5px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#msg2 .box form ul li input:focus,
#msg2 .box form ul li textarea:focus {
  border-color: #f08200;
}
#msg2 .box form ul li textarea {
  height: 80px;
  resize: vertical;
  -webkit-transition: .5s all,height 0s;
  -moz-transition: .5s all,height 0s;
  -ms-transition: .5s all,height 0s;
  -o-transition: .5s all,height 0s;
  transition: .5s all,height 0s;
}
#msg2 .box form ul li input[type="submit"] {
  background: #f08200;
  color: white;
}
#msg2 .box form ul li input[type="submit"]:hover {
  background: #222;
}
#msg2.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#msg2:hover span,
#msg2.active2 span {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}




/* æ–°å¢ž */
/* line 722, base/_base.scss */
.row {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.6%;
}
/* line 20, bourbon/addons/_clearfix.scss */
.row::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 1300px) {
  /* line 722, base/_base.scss */
  .row {
    padding: 0 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 722, base/_base.scss */
  .row {
    max-width: 1056px;
  }
}


/* line 946, base/_base.scss */
.col-offset-1 {
  margin-left: 8.46667%;
}
@media screen and (max-width: 1300px) {
  /* line 946, base/_base.scss */
  .col-offset-1 {
    margin-left: 0%;
  }
}

/* line 953, base/_base.scss */
.col-offset-2 {
  margin-left: 16.93333%;
}
@media screen and (max-width: 1300px) {
  /* line 953, base/_base.scss */
  .col-offset-2 {
    margin-left: 0%;
  }
}

/* line 960, base/_base.scss */
.col-lg-2 {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 15.33333%;
}
/* line 89, neat/grid/_span-columns.scss */
.col-lg-2:last-child {
  margin-right: 0;
}

/* line 964, base/_base.scss */
.col-lg-3 {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 23.8%;
}
/* line 89, neat/grid/_span-columns.scss */
.col-lg-3:last-child {
  margin-right: 0;
}

/* line 968, base/_base.scss */
.col-lg-4 {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 32.26667%;
}
/* line 89, neat/grid/_span-columns.scss */
.col-lg-4:last-child {
  margin-right: 0;
}

/* line 972, base/_base.scss */
.col-lg-6 {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 49.2%;
}
/* line 89, neat/grid/_span-columns.scss */
.col-lg-6:last-child {
  margin-right: 0;
}

/* line 976, base/_base.scss */
.col-lg-7 {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 57.66667%;
}
/* line 89, neat/grid/_span-columns.scss */
.col-lg-7:last-child {
  margin-right: 0;
}

/* line 980, base/_base.scss */
.col-lg-8 {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 66.13333%;
}
/* line 89, neat/grid/_span-columns.scss */
.col-lg-8:last-child {
  margin-right: 0;
}

/* line 984, base/_base.scss */
.col-lg-12 {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 100%;
}
/* line 89, neat/grid/_span-columns.scss */
.col-lg-12:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1300px) {
  /* line 988, base/_base.scss */
  .col-sm-6 {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .col-sm-6:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 994, base/_base.scss */
  .col-md-6 {
    float: left;
    display: block;
    margin-right: 1.6%;
    width: 49.2%;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .col-md-6:last-child {
    margin-right: 0;
  }
}


/* line 793, base/_base.scss */
.btn_arrow {
  float: left;
  background-color: #0080bb;
  padding: 12.5px 20px 14.5px;
  font-size: 11px;
  line-height: 13px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}
/* line 804, base/_base.scss */
.btn_arrow:hover::before {
  width: 100%;
}
/* line 808, base/_base.scss */
.btn_arrow::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #036a99;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
/* line 817, base/_base.scss */
.btn_arrow::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 7px;
  color: #FFFFFF;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: right;
  padding: 0 0 0 10px;
}


/* line 733, base/_base.scss */
#mobile_visible {
  display: none;
}
@media screen and (max-width: 1300px) {
  /* line 733, base/_base.scss */
  #mobile_visible {
    display: block;
  }
}


/* line 918, base/_base.scss */
#container_default {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  /* line 918, base/_base.scss */
  #container_default {
    margin-top: 65px;
  }
}
/* line 926, base/_base.scss */
#container_default .row {
  padding-top: 95px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  /* line 926, base/_base.scss */
  #container_default .row {
    padding-top: 45px;
  }
}
/* line 933, base/_base.scss */
#container_default section {
  float: left;
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 1300px) {
  /* line 933, base/_base.scss */
  #container_default section {
    margin-bottom: 50px;
  }
}
/* line 941, base/_base.scss */
#container_default.white {
  background-color: #FFFFFF;
}


@-webkit-keyframes opacidade {
  0%, 100% {
    opacity: 0;
  }
  45%, 55% {
    opacity: 1;
  }
}
@keyframes opacidade {
  0%, 100% {
    opacity: 0;
  }
  55%, 65% {
    opacity: 1;
  }
}
@-webkit-keyframes dimensoes {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
  }
}
@keyframes dimensoes {
  0% {
    -webkit-transform: scale3d(0.9 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 37, components/_agentes.scss */
#agents_container {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 49.2%;
  clear: left;
  margin-bottom: 130px;
}
/* line 89, neat/grid/_span-columns.scss */
#agents_container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 37, components/_agentes.scss */
  #agents_container {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 89, neat/grid/_span-columns.scss */
  #agents_container:last-child {
    margin-right: 0;
  }
}
/* line 45, components/_agentes.scss */
#agents_container .continent {
  float: left;
  width: 100%;
  display: none;
}
@media screen and (max-width: 1300px) {
  /* line 45, components/_agentes.scss */
  #agents_container .continent {
    display: block;
    border-bottom: 1px solid #bdbdbd;
    width: calc(100% + 36px);
    margin: 0 0 0 -18px;
  }
  /* line 54, components/_agentes.scss */
  #agents_container .continent:first-child {
    border-top: 1px solid #bdbdbd;
  }
}
/* line 60, components/_agentes.scss */
#agents_container .continent.open .toggle_continent::before {
  content: "\f068";
  font-family: FontAwesome;
  font-size: 2px;
  margin-top: 16px;
}
/* line 67, components/_agentes.scss */
#agents_container .continent .toggle_continent {
  float: left;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
  color: #0080bb;
  margin-bottom: 45px;
}
@media screen and (max-width: 1300px) {
  /* line 67, components/_agentes.scss */
  #agents_container .continent .toggle_continent {
    font-size: 20px;
    margin-bottom: 0;
    padding: 18px;
    width: 100%;
  }
  /* line 77, components/_agentes.scss */
  #agents_container .continent .toggle_continent::before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: 14px;
    color: #0080bb;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    float: right;
    margin-top: 10px;
  }
}
/* line 85, components/_agentes.scss */
#agents_container .continent .countrys_contacts {
  display: block;
  float: left;
  clear: left;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  /* line 85, components/_agentes.scss */
  #agents_container .continent .countrys_contacts {
    display: none;
    padding: 0 18px;
  }
}
/* line 94, components/_agentes.scss */
#agents_container .continent .countrys_contacts li {
  float: left;
  display: block;
  margin-right: 2%;
  width: 48%;
  margin-bottom: 45px;
}
/* line 89, neat/grid/_span-columns.scss */
#agents_container .continent .countrys_contacts li:last-child {
  margin-right: 0;
}
/* line 78, neat/grid/_omega.scss */
#agents_container .continent .countrys_contacts li:nth-child(2n) {
  margin-right: 0;
}
/* line 83, neat/grid/_omega.scss */
#agents_container .continent .countrys_contacts li:nth-child(2n+1) {
  clear: left;
}
@media screen and (max-width: 1300px) {
  /* line 94, components/_agentes.scss */
  #agents_container .continent .countrys_contacts li {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 89, neat/grid/_span-columns.scss */
  #agents_container .continent .countrys_contacts li:last-child {
    margin-right: 0;
  }
  /* line 78, neat/grid/_omega.scss */
  #agents_container .continent .countrys_contacts li:nth-child(0) {
    margin-right: 0;
  }
}
/* line 103, components/_agentes.scss */
#agents_container .continent .countrys_contacts li .line {
  float: left;
  height: 2px;
  width: 20px;
  margin-bottom: 8px;
  background-color: #5b5b5b;
}
/* line 109, components/_agentes.scss */
#agents_container .continent .countrys_contacts li .country_name {
  float: left;
  clear: left;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 25px;
  color: #5b5b5b;
  text-transform: uppercase;
}
/* line 116, components/_agentes.scss */
#agents_container .continent .countrys_contacts li .company_name {
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 17px;
  color: #0080bb;
  text-transform: uppercase;
}
/* line 122, components/_agentes.scss */
#agents_container .continent .countrys_contacts li .company_name2 {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  color: #5b5b5b;
  margin-bottom: 5px;
}
/* line 128, components/_agentes.scss */
#agents_container .continent .countrys_contacts li .website {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 15px;
  color: #8b8b8b;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  transition: color 200ms ease;
}
/* line 133, components/_agentes.scss */
#agents_container .continent .countrys_contacts li .website:hover {
  color: #0080bb;
}


/* line 141, components/_agentes.scss */
.global_presence {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 32.26667%;
  position: relative;
  clear: left;
  margin-bottom: 80px;
  display: table;
}
/* line 89, neat/grid/_span-columns.scss */
.global_presence:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 141, components/_agentes.scss */
  .global_presence {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-bottom: 40px;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .global_presence:last-child {
    margin-right: 0;
  }
}
/* line 151, components/_agentes.scss */
.global_presence::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 300%;
  background-color: #f6f6f6;
  z-index: -2;
}
@media screen and (max-width: 1300px) {
  /* line 151, components/_agentes.scss */
  .global_presence::before {
    display: none;
  }
}
/* line 161, components/_agentes.scss */
.global_presence .label {
  float: left;
  max-width: 210px;
  border: 1px solid #bdbdbd;
  padding: 95px 25px 20px;
  font-size: 24px;
  line-height: 26px;
  color: #0080bb;
  text-transform: uppercase;
  text-align: right;
  margin: -40px 0 40px;
}
@media screen and (max-width: 1300px) {
  /* line 161, components/_agentes.scss */
  .global_presence .label {
    border: 0;
    max-width: inherit;
    padding: 0;
    margin: 0 0 15px 0;
    text-align: left;
    width: 100%;
  }
}
/* line 179, components/_agentes.scss */
.global_presence .content {
  float: left;
  display: block;
  margin-right: 4.95868%;
  width: 47.52066%;
  float: none;
  display: table-cell;
  vertical-align: middle;
}
/* line 89, neat/grid/_span-columns.scss */
.global_presence .content:last-child {
  margin-right: 0;
}
/* line 184, components/_agentes.scss */
.global_presence .content .company_name {
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 17px;
  color: #0080bb;
  text-transform: uppercase;
}
/* line 190, components/_agentes.scss */
.global_presence .content .company_name2 {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  color: #5b5b5b;
  margin-bottom: 5px;
}
/* line 196, components/_agentes.scss */
.global_presence .content .website {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 15px;
  color: #8b8b8b;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  transition: color 200ms ease;
}
/* line 201, components/_agentes.scss */
.global_presence .content .website:hover {
  color: #0080bb;
}

/* line 207, components/_agentes.scss */
#image_map_container {
  display: table;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1300px) {
  /* line 207, components/_agentes.scss */
  #image_map_container {
    position: inherit;
    left: inherit;
    top: inherit;
    float: left;
    background-color: transparent;
    width: calc(100% + 36px);
    margin-left: -18px;
  }
}
/* line 220, components/_agentes.scss */
#image_map_container .cta_map {
  position: absolute;
  z-index: 1;
  height: 43px;
  width: 43px;
  background-color: rgba(139, 139, 139, 0.35);
  border-radius: 50px;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
/* line 227, components/_agentes.scss */
#image_map_container .cta_map.active {
  background-color: rgba(0, 128, 187, 0.35);
}
/* line 229, components/_agentes.scss */
#image_map_container .cta_map.active::before {
  background-color: rgba(0, 128, 187, 0.3);
  -webkit-animation: none;
  animation: none;
}
/* line 234, components/_agentes.scss */
#image_map_container .cta_map.active::after {
  background-color: rgba(0, 128, 187, 0.2);
  -webkit-animation: none;
  animation: none;
}
/* line 240, components/_agentes.scss */
#image_map_container .cta_map.active .icon_cheto::before {
  color: #FFFFFF;
}
/* line 245, components/_agentes.scss */
#image_map_container .cta_map::before {
  content: " ";
  position: absolute;
  top: -9px;
  left: -9px;
  height: 61px;
  width: 61px;
  background-color: rgba(139, 139, 139, 0.3);
  border-radius: 50px;
  -webkit-animation: opacidade 2.5s ease-in-out infinite, dimensoes 2.5s ease-in-out infinite;
  animation: opacidade 2.5s ease-in-out infinite, dimensoes 2.5s ease-in-out infinite;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
/* line 255, components/_agentes.scss */
#image_map_container .cta_map::after {
  content: " ";
  position: absolute;
  top: -18px;
  left: -18px;
  height: 79px;
  width: 79px;
  background-color: rgba(139, 139, 139, 0.2);
  border-radius: 50px;
  -webkit-animation: opacidade 2.5s ease-in-out .2s infinite, dimensoes 2.5s ease-in-out .2s infinite;
  animation: opacidade 2.5s ease-in-out .2s infinite, dimensoes 2.5s ease-in-out .2s infinite;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
/* line 265, components/_agentes.scss */
#image_map_container .cta_map .icon_cheto {
  float: left;
  margin: 13px 0 0 16px;
  position: relative;
  z-index: 1;
}
/* line 270, components/_agentes.scss */
#image_map_container .cta_map .icon_cheto::before {
  font-size: 17px;
  color: #8b8b8b;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
}
/* line 277, components/_agentes.scss */
#image_map_container .center_vertically {
  padding: 0 40px;
}
@media screen and (max-width: 1300px) {
  /* line 277, components/_agentes.scss */
  #image_map_container .center_vertically {
    display: none;
  }
}
/* line 283, components/_agentes.scss */
#image_map_container .container_img {
  padding: 0 40px;
  position: relative;
  margin-top: 15%;
}
@media screen and (max-width: 1300px) {
  /* line 283, components/_agentes.scss */
  #image_map_container .container_img {
    display: none;
  }
}
/* line 290, components/_agentes.scss */
#image_map_container .container_img img {
  max-width: 100%;
  display: table;
  height: auto;
  margin: 0 auto;
}
/* line 297, components/_agentes.scss */
#image_map_container .mobile_map {
  display: none;
  float: left;
  height: auto;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 1300px) {
  /* line 297, components/_agentes.scss */
  #image_map_container .mobile_map {
    display: block;
  }
}

/* line 307, components/_agentes.scss */
.flag {
  display: inline-block;
  height: auto;
  width: 100%;
  max-width: 16px;
  margin: 7px 0 0 10px;
  float: right;
}



/* æœåŠ¡ */
/* line 855, components/_index.scss */
#what_we_do {
  float: left;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  background: #fff;
  position:relative
}
/* line 859, components/_index.scss */
#what_we_do.service_page {
  overflow: visible;
}
/* line 862, components/_index.scss */
#what_we_do .row {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  /* line 862, components/_index.scss */
  #what_we_do .row {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
/* line 871, components/_index.scss */
#what_we_do .container_text {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  /* line 871, components/_index.scss */
  #what_we_do .container_text {
    margin-bottom: 50px;
  }
}
/* line 878, components/_index.scss */
#what_we_do .container_text .before_title {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  color: #0080bb;
  margin-bottom: 5px;
}
@media screen and (max-width: 1300px) {
  /* line 878, components/_index.scss */
  #what_we_do .container_text .before_title {
    font-size: 15px;
    line-height: 17px;
  }
}
/* line 889, components/_index.scss */
#what_we_do .container_text .title {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 29px;
  /*line-height: 64px;*/
  color: #222222;
  margin-bottom: 35px;
}
@media screen and (max-width: 1300px) {
  /* line 889, components/_index.scss */
  #what_we_do .container_text .title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
/* line 901, components/_index.scss */
#what_we_do .container_text p {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #8b8b8b;
  margin-bottom: 10px;
}
/* line 906, components/_index.scss */
#what_we_do .container_text p strong {
  font-size: 18px;
  color: #0080bb;
}
/* line 912, components/_index.scss */
#what_we_do .container_text a {
  margin-top: 15px;
}
/* line 916, components/_index.scss */
#what_we_do aside {
  float: left;
  width: 100%;
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 1300px) {
  /* line 916, components/_index.scss */
  #what_we_do aside {
    display: none;
  }
}
/* line 924, components/_index.scss */
#what_we_do aside::before {
  content: " ";
  height: 100%;
  width: 240%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f6f6f6;
  z-index: -2;
}
/* line 931, components/_index.scss */
#what_we_do aside .title_aside {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 20px;
  color: #5b5b5b;
  text-transform: uppercase;
  text-decoration: underline;
}
/* line 939, components/_index.scss */
#what_we_do aside ol {
  float: left;
  width: 100%;
  counter-reset: item;
}
/* line 943, components/_index.scss */
#what_we_do aside ol li {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 16px;
  color: #8b8b8b;
  text-transform: uppercase;
}
/* line 950, components/_index.scss */
#what_we_do aside ol li::before {
  content: "0" counter(item) ". ";
  counter-increment: item;
  color: #0080bb;
}
/* line 956, components/_index.scss */
#what_we_do aside ol li:last-child {
  margin-bottom: 0;
}
/* line 962, components/_index.scss */
#what_we_do #about_slider {
  width: 60%;
  float: right;
  position: relative;
  min-height: 760px;
  /*
  .image_about{
      @include position(absolute, 0 null null 0);
      @include size(100%);
      @include media($mobile){
          position: inherit;
          top: inherit;
          left: inherit;
          float: left;
          padding:0 35px;
          width: calc(100% + 36px);
          order: 1;
          margin:0 0 30px -18px;
      }
      img{
          @include position(relative, 50% null null null);
          @include transform(translateY(-50%));
          @include size(100% auto);
          @include media($mobile){
              position: inherit;
              left: inherit;
              float: left;
              @include size(100% auto);
              @include transform(none);
          }
      }
  }
  */
}
@media screen and (max-width: 1300px) {
  /* line 962, components/_index.scss */
  #what_we_do #about_slider {
    width: 100%;
    min-height: inherit;
    float: left;
    display: flex;
    flex-direction: column;
  }
}
/* line 1002, components/_index.scss */
#what_we_do #about_slider .owl-carousel, #what_we_do #about_slider .owl-stage-outer, #what_we_do #about_slider .owl-stage, #what_we_do #about_slider owl-item, #what_we_do #about_slider .item {
  height: 100%;
}
@media screen and (max-width: 1300px) {
  /* line 1002, components/_index.scss */
  #what_we_do #about_slider .owl-carousel, #what_we_do #about_slider .owl-stage-outer, #what_we_do #about_slider .owl-stage, #what_we_do #about_slider owl-item, #what_we_do #about_slider .item {
    height: auto;
  }
}
/* line 1008, components/_index.scss */
#what_we_do #about_slider .owl-carousel {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1300px) {
  /* line 1008, components/_index.scss */
  #what_we_do #about_slider .owl-carousel {
    position: inherit;
    top: inherit;
    left: inherit;
    float: left;
    width: calc(100% + 36px);
    order: 1;
    margin: 0 0 30px -18px;
  }
}
/* line 1019, components/_index.scss */
#what_we_do #about_slider .owl-carousel .item {
  overflow: hidden;
  position: relative;
}
/* line 1022, components/_index.scss */
#what_we_do #about_slider .owl-carousel .item::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  opacity: .4;
  background-color: #FFFFFF;
  height: 100%;
  width: 100%;
}
/* line 1029, components/_index.scss */
#what_we_do #about_slider .owl-carousel .item img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1300px) {
  /* line 1029, components/_index.scss */
  #what_we_do #about_slider .owl-carousel .item img {
    position: inherit;
    left: inherit;
    float: left;
    height: auto;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 1042, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots {
  position: absolute;
  top: calc(50% - 360px);
  left: -170px;
  height: 551px;
  width: 510px;
  background-image: url(../images/imagem_curve.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
}
@media screen and (max-width: 1300px) {
  /* line 1042, components/_index.scss */
  #what_we_do #about_slider .owl-carousel .owl-dots {
    position: inherit;
    top: inherit;
    height: inherit;
    left: inherit;
    width: auto;
    background-image: none;
    margin: 30px auto 0;
    display: table;
  }
  /* line 1058, components/_index.scss */
  #what_we_do #about_slider .owl-carousel .owl-dots::before {
    content: " ";
    height: 2px;
    width: 800%;
    background-color: #0080bb;
    position: absolute;
    bottom: 13px;
    left: -300%;
    z-index: -1;
  }
}
/* line 1066, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .owl-dot {
  float: left;
  height: 22px;
  width: 22px;
  border-radius: 25px;
  border: 1px solid #cbcbcb;
  background-color: transparent;
  z-index: 2;
  margin: -11px 0 0 -11px;
}
@media screen and (max-width: 1300px) {
  /* line 1066, components/_index.scss */
  #what_we_do #about_slider .owl-carousel .owl-dots .owl-dot {
    position: initial !important;
    left: inherit !important;
    top: inherit !important;
    margin: 0 15px 0 0;
  }
}
/* line 1081, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .owl-dot:first-child .container_dot {
  top: -30px;
}
@media screen and (max-width: 1300px) {
  /* line 1085, components/_index.scss */
  #what_we_do #about_slider .owl-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0;
  }
}
/* line 1089, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .owl-dot:last-child .container_dot {
  top: 20px;
  left: -100px;
}
/* line 1095, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .owl-dot:hover .container_dot {
  opacity: 1;
}
/* line 1099, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .owl-dot::after {
  content: " ";
  float: left;
  height: 8px;
  width: 8px;
  border-radius: 25px;
  background-color: #0080bb;
  margin: 6px 0 0 6px;
}
/* line 1107, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .owl-dot.active {
  height: 28px;
  width: 28px;
  border-color: #0080bb;
  margin: -14px 0 0 -14px;
}
@media screen and (max-width: 1300px) {
  /* line 1107, components/_index.scss */
  #what_we_do #about_slider .owl-carousel .owl-dots .owl-dot.active {
    margin: -3px 20px 0 0;
  }
}
/* line 1114, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .owl-dot.active::after {
  height: 14px;
  width: 14px;
  background-color: #FFFFFF;
  border: 3px solid #0080bb;
}
/* line 1121, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .container_dot {
  position: absolute;
  top: 0;
  left: -115px;
  width: 100px;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
@media screen and (max-width: 1300px) {
  /* line 1121, components/_index.scss */
  #what_we_do #about_slider .owl-carousel .owl-dots .container_dot {
    display: none;
  }
}
/* line 1130, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .container_dot:hover {
  cursor: default;
  opacity: 0 !important;
}
/* line 1134, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .container_dot .number {
  float: left;
  width: 100%;
  font-size: 11px;
  line-height: 13px;
  color: #0080bb;
  text-align: right;
}
/* line 1141, components/_index.scss */
#what_we_do #about_slider .owl-carousel .owl-dots .container_dot .title {
  float: left;
  width: 100%;
  font-size: 11px;
  line-height: 13px;
  color: #9b9b9b;
  text-align: right;
  text-transform: uppercase;
}
/* line 1151, components/_index.scss */
#what_we_do #about_slider #caption_slider {
  width: 100%;
  max-width: 278px;
  position: absolute;
  top: 40%;
  left: -50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  min-height: 172px;
}
@media screen and (max-width: 1300px) {
  /* line 1151, components/_index.scss */
  #what_we_do #about_slider #caption_slider {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    min-height: inherit;
    max-width: inherit;
    float: left;
    width: 100%;
    text-align: center;
    order: 2;
  }
}
/* line 1168, components/_index.scss */
#what_we_do #about_slider #caption_slider li {
  position: absolute;
  top: 0;
  left: -30px;
  width: 100%;
  opacity: 0;
  -webkit-transition: left 450ms ease-in-out, opacity 450ms ease-in-out;
  -moz-transition: left 450ms ease-in-out, opacity 450ms ease-in-out;
  transition: left 450ms ease-in-out, opacity 450ms ease-in-out;
}
@media screen and (max-width: 1300px) {
  /* line 1168, components/_index.scss */
  #what_we_do #about_slider #caption_slider li {
    opacity: 1;
    position: inherit;
    top: inherit;
    left: inherit;
    display: none;
  }
}
/* line 1179, components/_index.scss */
#what_we_do #about_slider #caption_slider li.active {
  left: 0;
  opacity: 1;
  display: block;
}
/* line 1184, components/_index.scss */
#what_we_do #about_slider #caption_slider li .number {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 80px;
  line-height: 84px;
  color: #cbcbcb;
}
@media screen and (max-width: 1300px) {
  /* line 1184, components/_index.scss */
  #what_we_do #about_slider #caption_slider li .number {
    font-size: 60px;
    line-height: 45px;
  }
}
/* line 1194, components/_index.scss */
#what_we_do #about_slider #caption_slider li h3 {
  float: left;
  width: 100%;
  font-size: 30px;
  line-height: 34px;
  color: #222222;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  /* line 1194, components/_index.scss */
  #what_we_do #about_slider #caption_slider li h3 {
    font-size: 25px;
    line-height: 29px;
  }
}




/* line 120, components/_institucional.scss */
.institucional_slider .container_slider {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 40.73333%;
  padding: 80px 0;
  position: relative;
}
/* line 89, neat/grid/_span-columns.scss */
.institucional_slider .container_slider:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 120, components/_institucional.scss */
  .institucional_slider .container_slider {
    margin: 0 -18px 40px 0;
    width: 98%;
    float: right;
    padding: 40px 0 70px;
  }
}
/* line 130, components/_institucional.scss */
.institucional_slider .container_slider::before {
  content: " ";
  background-color: #f6f6f6;
  height: 100%;
  width: 300%;
  position: absolute;
  top: 0;
  right: 35%;
  z-index: -2;
}
/* line 137, components/_institucional.scss */
.institucional_slider .container_slider .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: transparent;
  margin-bottom: 0;
}
/* line 145, components/_institucional.scss */
.institucional_slider .container_slider .bx-wrapper .bx-controls-direction a {
  z-index: 1;
}
/* line 148, components/_institucional.scss */
.institucional_slider .container_slider .bx-wrapper .bx-controls-direction a.bx-prev {
  background: none #f6f6f6;
  left: -22.5px;
  border: 1px solid #bdbdbd;
  height: 45px;
  width: 45px;
  top: calc(50% - 45px);
  margin: 0;
  text-indent: inherit;
}
/* line 156, components/_institucional.scss */
.institucional_slider .container_slider .bx-wrapper .bx-controls-direction a.bx-prev::after {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 13px;
  color: #bdbdbd;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
  margin: 14px 0 0 15px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 164, components/_institucional.scss */
.institucional_slider .container_slider .bx-wrapper .bx-controls-direction a.bx-prev:hover::after {
  color: #0080bb;
}
/* line 169, components/_institucional.scss */
.institucional_slider .container_slider .bx-wrapper .bx-controls-direction a.bx-next {
  background: none #f6f6f6;
  left: -22.5px;
  border: 1px solid #bdbdbd;
  border-top: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  text-indent: inherit;
}
/* line 177, components/_institucional.scss */
.institucional_slider .container_slider .bx-wrapper .bx-controls-direction a.bx-next::after {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 13px;
  color: #bdbdbd;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  float: left;
  margin: 14px 0 0 15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 185, components/_institucional.scss */
.institucional_slider .container_slider .bx-wrapper .bx-controls-direction a.bx-next:hover::after {
  color: #0080bb;
}
/* line 192, components/_institucional.scss */
.institucional_slider .container_slider .bxslider li::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
}
/* line 199, components/_institucional.scss */
.institucional_slider .container_slider .bxslider img {
  height: auto;
}
/* line 203, components/_institucional.scss */
.institucional_slider .container_slider .product_link {
  position: absolute;
  right: 35%;
  bottom: 0;
  height: 80px;
  width: 25%;
  display: table;
}
@media screen and (max-width: 1300px) {
  /* line 203, components/_institucional.scss */
  .institucional_slider .container_slider .product_link {
    height: 70px;
    width: 110px;
  }
}
/* line 210, components/_institucional.scss */
.institucional_slider .container_slider .product_link p {
  font-size: 14px;
  line-height: 16px;
  color: #222222;
  text-transform: uppercase;
}
/* line 215, components/_institucional.scss */
.institucional_slider .container_slider .slider_counter {
  position: absolute;
  right: 25%;
  top: 0;
}
@media screen and (max-width: 1300px) {
  /* line 215, components/_institucional.scss */
  .institucional_slider .container_slider .slider_counter {
    display: none;
  }
}
/* line 222, components/_institucional.scss */
.institucional_slider .container_slider .slider_counter .active {
  display: inline-block;
  font-size: 20px;
  line-height: 18px;
  color: #0080bb;
}
/* line 226, components/_institucional.scss */
.institucional_slider .container_slider .slider_counter .total {
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  color: #bdbdbd;
  vertical-align: top;
}
/* line 233, components/_institucional.scss */
.institucional_slider .phrase {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 32.26667%;
  margin-left: 8.46667%;
  font-size: 35px;
  line-height: 50px;
  color: #0080bb;
  text-transform: uppercase;
  text-decoration: underline;
  display: table;
}
/* line 89, neat/grid/_span-columns.scss */
.institucional_slider .phrase:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 233, components/_institucional.scss */
  .institucional_slider .phrase {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-left: 0%;
    font-size: 20px;
    line-height: 30px;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .institucional_slider .phrase:last-child {
    margin-right: 0;
  }
}
/* line 246, components/_institucional.scss */
.institucional_slider .phrase p {
  display: table-cell;
  vertical-align: middle;
}



@media screen and (max-width: 1300px) {
  /* line 38, components/_servicos.scss */
  .institucional_slider.services {
    display: flex;
    flex-direction: column;
  }
}
/* line 43, components/_servicos.scss */
.institucional_slider.services .container_slider {
  padding-left: 22.5px;
}
@media screen and (max-width: 1300px) {
  /* line 43, components/_servicos.scss */
  .institucional_slider.services .container_slider {
    order: 2;
    padding-left: 0;
    padding-bottom: 40px;
    margin-left: 22.5px;
    margin-bottom: 0;
  }
}
/* line 54, components/_servicos.scss */
.institucional_slider .services_text {
  float: left;
  display: block;
  margin-right: 1.6%;
  width: 49.2%;
}
/* line 89, neat/grid/_span-columns.scss */
.institucional_slider .services_text:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 54, components/_servicos.scss */
  .institucional_slider .services_text {
    order: 1;
    margin-bottom: 30px;
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .institucional_slider .services_text:last-child {
    margin-right: 0;
  }
}
/* line 61, components/_servicos.scss */
.institucional_slider .services_text .number {
  width: 100%;
  float: left;
  margin-bottom: 35px;
  font-size: 60px;
  line-height: 35px;
  color: #cbcbcb;
}
@media screen and (max-width: 1300px) {
  /* line 61, components/_servicos.scss */
  .institucional_slider .services_text .number {
    margin-bottom: 20px;
  }
}
/* line 70, components/_servicos.scss */
.institucional_slider .services_text .title_service {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 35px;
  color: #0080bb;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  /* line 70, components/_servicos.scss */
  .institucional_slider .services_text .title_service {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
/* line 82, components/_servicos.scss */
.institucional_slider .services_text h4 {
  float: left;
  width: 100%;
  margin-bottom: 7px;
  font-size: 20px;
  line-height: 25px;
  color: #5b5b5b;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  /* line 82, components/_servicos.scss */
  .institucional_slider .services_text h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
/* line 93, components/_servicos.scss */
.institucional_slider .services_text p {
  font-size: 15px;
  line-height: 25px;
  color: #5b5b5b;
}
@media screen and (max-width: 1300px) {
  /* line 93, components/_servicos.scss */
  .institucional_slider .services_text p {
    font-size: 13px;
    line-height: 23px;
  }
}
/* line 99, components/_servicos.scss */
.institucional_slider .services_text p strong {
  color: #0080bb;
}
@media screen and (max-width: 1300px) {
  /* line 99, components/_servicos.scss */
  .institucional_slider .services_text p strong {
    font-size: 15px;
    line-height: 25px;
  }
}
/* line 108, components/_servicos.scss */
.institucional_slider .services_text ul {
  float: left;
  width: 100%;
  margin-top: 30px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 24px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 24x;
  /* Firefox */
  column-gap: 24px;
}
@media screen and (max-width: 1300px) {
  /* line 108, components/_servicos.scss */
  .institucional_slider .services_text ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
/* line 123, components/_servicos.scss */
.institucional_slider .services_text ul li {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  padding-left: 20px;
  break-inside: avoid-column;
}
/* line 129, components/_servicos.scss */
.institucional_slider .services_text ul li::before {
  content: " ";
  float: left;
  height: 1px;
  width: 10px;
  background-color: #0080bb;
  margin: 13px 0 0 -20px;
}
/* line 136, components/_servicos.scss */
.institucional_slider .services_text ul li p {
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
}
/* line 138, components/_servicos.scss */
.institucional_slider .services_text ul li p strong {
  font-size: 15px;
  line-height: 25px;
  color: #0080bb;
}
/* line 146, components/_servicos.scss */
.institucional_slider .container_slider.right_aligned {
  float: right;
  padding-right: 22.5px;
  padding-left: 0;
}
@media screen and (max-width: 1300px) {
  /* line 146, components/_servicos.scss */
  .institucional_slider .container_slider.right_aligned {
    float: left;
    padding-right: 0;
  }
}
/* line 154, components/_servicos.scss */
.institucional_slider .container_slider.right_aligned::before {
  right: inherit;
  left: 35%;
}
@media screen and (max-width: 1300px) {
  /* line 154, components/_servicos.scss */
  .institucional_slider .container_slider.right_aligned::before {
    left: inherit;
    right: 35%;
  }
}
/* line 162, components/_servicos.scss */
.institucional_slider .container_slider.right_aligned .slider_counter {
  left: 25%;
  right: inherit;
}
/* line 166, components/_servicos.scss */
.institucional_slider .container_slider.right_aligned .bx-wrapper .bx-controls-direction .bx-prev, .institucional_slider .container_slider.right_aligned .bx-wrapper .bx-controls-direction a.bx-next {
  left: inherit;
  right: -22.5px;
}
@media screen and (max-width: 1300px) {
  /* line 166, components/_servicos.scss */
  .institucional_slider .container_slider.right_aligned .bx-wrapper .bx-controls-direction .bx-prev, .institucional_slider .container_slider.right_aligned .bx-wrapper .bx-controls-direction a.bx-next {
    right: inherit;
    left: -22.5px;
  }
}
/* line 176, components/_servicos.scss */
.institucional_slider .brands_technologics_systems {
  float: left;
  display: block;
  margin-right: 3.25203%;
  width: 100%;
  margin-top: 50px;
}
/* line 89, neat/grid/_span-columns.scss */
.institucional_slider .brands_technologics_systems:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 176, components/_servicos.scss */
  .institucional_slider .brands_technologics_systems {
    margin-top: 28px;
  }
}
/* line 182, components/_servicos.scss */
.institucional_slider .brands_technologics_systems .brand_image {
  float: left;
  display: block;
  margin-right: 3.25203%;
  /*width: 31.16531%;*/
  border-top: 1px solid #bdbdbd;
  padding-top: 30px;
}
/* line 89, neat/grid/_span-columns.scss */
.institucional_slider .brands_technologics_systems .brand_image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 182, components/_servicos.scss */
  .institucional_slider .brands_technologics_systems .brand_image {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
    margin-bottom: 43px;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .institucional_slider .brands_technologics_systems .brand_image:last-child {
    margin-right: 0;
  }
}
/* line 190, components/_servicos.scss */
.institucional_slider .brands_technologics_systems .brand_image img {
  float: left;
  max-width: 100%;
  width: auto;
  height: auto;
}
/* line 197, components/_servicos.scss */
.institucional_slider .brands_technologics_systems .content {
  float: left;
  display: block;
  margin-right: 3.25203%;
  width: 65.58266%;
}
/* line 89, neat/grid/_span-columns.scss */
.institucional_slider .brands_technologics_systems .content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  /* line 197, components/_servicos.scss */
  .institucional_slider .brands_technologics_systems .content {
    float: left;
    display: block;
    margin-right: 3.25203%;
    width: 100%;
  }
  /* line 89, neat/grid/_span-columns.scss */
  .institucional_slider .brands_technologics_systems .content:last-child {
    margin-right: 0;
  }
}
/* line 202, components/_servicos.scss */
.institucional_slider .brands_technologics_systems .content .brand_name {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 25px;
  color: #5b5b5b;
  text-transform: uppercase;
  margin: -6px 0 7px 0;
}
/* line 209, components/_servicos.scss */
.institucional_slider .brands_technologics_systems .content p {
  font-size: 15px;
  line-height: 25px;
  color: #5b5b5b;
}
@media screen and (max-width: 1300px) {
  /* line 209, components/_servicos.scss */
  .institucional_slider .brands_technologics_systems .content p {
    display: none;
  }
}
/* line 215, components/_servicos.scss */
.institucional_slider .brands_technologics_systems .content a {
  margin-top: 18px;
}
@media screen and (max-width: 1300px) {
  /* line 215, components/_servicos.scss */
  .institucional_slider .brands_technologics_systems .content a {
    margin-top: 8px;
  }
}




.inner-page .m-page {
    text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
    position: relative;
    display: inline-block;
    z-index: 1;
    height: 38px;
    width: 35px;
    line-height: 38px;
    padding: 0;
    vertical-align: middle;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0 5px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.inner-page .m-page a::before,
.inner-page .m-page span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #cdcdcd;
}
.inner-page .m-page a::after,
.inner-page .m-page span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background-color: #bb000b;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .m-page span::after,
.inner-page .m-page a:hover::after {
    width: 100%;
}
.inner-page .m-page a.prev::after,
.inner-page .m-page a.next::after,
.inner-page .m-page a.prev::before,
.inner-page .m-page a.next::before {
    display: none;
}
.inner-page .m-page a.prev:hover,
.inner-page .m-page a.next:hover {
    color: #bb000b;
}



#video .play {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  cursor: hand;
}
#video .play i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 3px;
  font-size: 20px;
}
#video .play:after,
#video .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
#video .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}





/* history */
.s_cont1514 {
  width: 1514px;
  margin: 0 auto;
}
.pra p {
  font-size: 18px;
  color: #333;
  line-height: 1.75;
}
/* b1_1 */
.s_b1_1content {
  position: relative;
  background-color: #fefefe;
  overflow: hidden;
  padding-bottom: 115px;
}
.s_b1_1bg {
  width: 100%;
  position: absolute;
}
.s_b1_1bg img {
  width: 100%;
}
.s_b1_1bgs {
  top: -9%;
  left: -45%;
}
.s_b1_1bgx {
  bottom: -7%;
  right: -45%;
}
.s_b1_1cont {
  position: relative;
  padding-top: 58px;
}
.s_b1_1cont::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #1b4c8f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s_b1_1c1nr {
  width: 50%;
  padding-right: 70px;
  margin-bottom: 30px;
}
.s_b1_1c1time {
  text-align: right;
  position: relative;
  margin-bottom: 15px;
}
.s_b1_1c1time::after {
  content: "";
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: rgba(223, 49, 33, 0.102);
  position: absolute;
  top: 50%;
  right: -84px;
  transform: translateY(-50%);
}
.s_b1_1c1time::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #df3121;
  position: absolute;
  top: 50%;
  right: -74px;
  transform: translateY(-50%);
}
.s_b1_1c1time p {
  font-size: 30px;
  color: #1b4c8f;
  line-height: 1.75;
  position: relative;
}
.s_b1_1c1time p::after {
  content: "";
  width: 56px;
  height: 0;
  border-width: 1px;
  border-color: rgba(153, 153, 153, 0.4);
  border-style: dashed;
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
}
.s_b1_1contbox.act .s_b1_1c1bot {
  max-height: 250px;
  overflow: hidden;
}
.s_b1_1cibotnr p {
  color: #474747;
  position: relative;
  margin-bottom: 22px;
  text-align: right;
  padding-right: 16px;
}
.s_b1_1cibotnr p::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1b4c8f;
  position: absolute;
  top: 15px;
  right: 0;
}
.s_b1_1c1xlbox {
  margin-top: 30px;
  display: none;
}
.s_b1_1c1xl {
  width: 15px;
  cursor: pointer;
}
.s_b1_1c1xl img {
  width: 100%;
}
.s_b1_1c1xlbox.on {
  opacity: 0.2;
}
.he_fonts h1 {
  font-size: 36px;
  line-height: 1.75;
  color: #333;
}
.s_b1_1contbox.on .s_b1_1c1nr {
  padding-right: 0;
  padding-left: 70px;
  float: right;
}
.s_b1_1contbox.on .s_b1_1c1time p::after {
  right: inherit;
  left: -70px;
}
.s_b1_1contbox.on .s_b1_1c1time::before {
  right: inherit;
  left: -74px;
}
.s_b1_1contbox.on .s_b1_1c1time::after {
  right: inherit;
  left: -84px;
}
.s_b1_1contbox.on .s_b1_1cibotnr p::after {
  right: inherit;
  left: 0;
}
.s_b1_1contbox.on .s_b1_1cibotnr p {
  text-align: left;
  padding-right: 0;
  padding-left: 16px;
}
.s_b1_1contbox.on .s_b1_1c1time {
  text-align: left;
}
.s_b1_1contbox.on .s_b1_1c1xl {
  float: left;
}
.s_b1_1contbox.act .s_b1_1c1xlbox {
  display: block;
}
.s_b1_1c1time {
  position: relative;
}
.s_b1_1c1time p {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.s_b1_1c1time img {
  width: 80px;
}
.he_b3itm {
  text-align: right;
  margin-bottom: 10px;
}
.he_b3itm p {
  font-size: 30px;
  color: #1b4c8f;
  line-height: 1.75;
}
.s_b1_1contbox.on .s_b1_1c1time p {
  right: 0;
  left: 0;
}
.s_b1_1contbox.on .he_b3itm {
  text-align: left;
}
.s_b1_1cibotnr p {
  font-size: 16px;
  /*margin-bottom: 19px;*/
}
/* end */</pre></body></html>